home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 February / Macworld (1998-02).dmg / Shareware World / Comms & Internet / ShadowBot 1.23 / Plugin Docs / Lists < prev    next >
Text File  |  1997-05-27  |  854b  |  30 lines

  1. ShadowBotScripting Language, Version 1.1.2
  2. © John Bafford, 1996-1997
  3.  
  4. Lists Documentation
  5.  
  6. Configuration Line
  7.  
  8.     *LIST command minaccess
  9.     command: the command that will trigger this list
  10.     minaccess: the minimum access required to use the command (-1 to 1000)
  11.  
  12.  
  13. Plugin Body
  14.  
  15.     The body of a list plugin is a series of labels and text, seperated by a return:
  16.  
  17.     <label>: <text>
  18.  
  19.     For example,
  20.  
  21.     shadowbot: http://www.glue.umd.edu/~dshadow/shadowbot/
  22.  
  23.     ShadowBot scans the entire list file for matches to labels, making it possible to have more than one instance of a label in a list.
  24.  
  25.  
  26. Special Cases
  27.  
  28.     The label '@OVERRIDE' halts the searching process and, if no match has been found, outputs the text. This can be used as an "I couldn't find what you were looking for" error message.
  29.  
  30.     The label '@NONE' is used when the plugin is called without an argument.